home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-08-23 | 445 b | 14 lines | [TEXT/MPS ] |
- # © Apple Computer, Inc. 1985-90
- # All Rights Reserved
- # Written by Mina Norona 3/29/89
-
- if "{Rfile}" =~ /≈.r/ # check if user selected a ".r" file
- set Mfile "{Rfile}.msgs" # file containing extracted messages
- new "{Mfile}"
- "{MPW}Tools:NewMsgExtractor" "{Rfile}" "{Mfile}"
- alert 'Extracted messages are in file: '"{Mfile}"
- else
- alert "To use this script you must run the Extract Resource command first!"
- end
-
-